From e5857e036bf7d237f2b8f8a003841cb2a2f89b99 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 14 Jul 2003 19:57:11 +0000 Subject: [PATCH] Pick up missing commit to add centisecs. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@418 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index 5d4e3790d..22c9552ef 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -158,6 +158,7 @@ typedef struct { int icon_descr_is_dynamic; const char *icon_descr; time_t creation_time; + int centiseconds; /* Optional hundredths of a second. */ geocache_data gc_data; xml_tag *gpx_extras; void *extra_data; /* Extra data added by, say, a filter. */ -- 2.30.2